func crypto/sha3.NewSHAKE256
6 uses
crypto/sha3 (current package)
sha3.go#L198: *s = *NewSHAKE256()
sha3.go#L208: func NewSHAKE256() *SHAKE {
crypto/hpke
kdf.go#L121: var shake256KDF = &shakeKDF{hash: sha3.NewSHAKE256, id: 0x0011, nH: 64}
pq.go#L259: s := sha3.NewSHAKE256()
golang.org/x/crypto/sha3
shake.go#L41: return &shakeWrapper{sha3.NewSHAKE256(), 64, false, sha3.NewSHAKE256}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |